[INFO] cloning repository https://github.com/vihu/cheetah-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vihu/cheetah-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvihu%2Fcheetah-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvihu%2Fcheetah-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1124e182a205db991021994fe5a96e1a662df8c3
[INFO] fixing vihu/cheetah-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvihu%2Fcheetah-rs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vihu/cheetah-rs
[INFO] finished tweaking git repo https://github.com/vihu/cheetah-rs
[INFO] tweaked toml for git repo https://github.com/vihu/cheetah-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vihu/cheetah-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vihu/cheetah-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.84
[INFO] [stderr]   Downloaded pv_recorder v1.2.2
[INFO] [stderr]   Downloaded pv_cheetah v2.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bad759f8d226675d963efc90f109d277a824519691efdea542b6354d7b874477
[INFO] running `Command { std: "docker" "start" "bad759f8d226675d963efc90f109d277a824519691efdea542b6354d7b874477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bad759f8d226675d963efc90f109d277a824519691efdea542b6354d7b874477" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bad759f8d226675d963efc90f109d277a824519691efdea542b6354d7b874477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bad759f8d226675d963efc90f109d277a824519691efdea542b6354d7b874477" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating filedemo/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating micdemo/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling pv_cheetah v2.0.2
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]    Compiling pv_recorder v1.2.2
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking ctrlc v3.4.4
[INFO] [stderr]     Checking pv_cheetah_micdemo v2.0.0 (/opt/rustwide/workdir/micdemo)
[INFO] [stderr]     Checking pv_cheetah_filedemo v2.0.0 (/opt/rustwide/workdir/filedemo)
[INFO] [stderr]    Migrating micdemo/src/main.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating filedemo/src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
[INFO] [stderr] crater-edition-check: pv_cheetah_filedemo v2.0.0 (/opt/rustwide/workdir/filedemo) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: pv_cheetah_micdemo v2.0.0 (/opt/rustwide/workdir/micdemo) updating edition from 2018 to 2021
[INFO] [stderr]     Checking pv_cheetah_micdemo v2.0.0 (/opt/rustwide/workdir/micdemo)
[INFO] [stderr]     Checking pv_cheetah_filedemo v2.0.0 (/opt/rustwide/workdir/filedemo)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating filedemo/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating micdemo/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking pv_cheetah_micdemo v2.0.0 (/opt/rustwide/workdir/micdemo)
[INFO] [stderr]     Checking pv_cheetah_filedemo v2.0.0 (/opt/rustwide/workdir/filedemo)
[INFO] [stderr]    Migrating filedemo/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating micdemo/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
[INFO] [stderr] crater-edition-check: pv_cheetah_filedemo v2.0.0 (/opt/rustwide/workdir/filedemo) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: pv_cheetah_micdemo v2.0.0 (/opt/rustwide/workdir/micdemo) updating edition from 2021 to 2024
[INFO] [stderr]     Checking pv_cheetah_micdemo v2.0.0 (/opt/rustwide/workdir/micdemo)
[INFO] [stderr]     Checking pv_cheetah_filedemo v2.0.0 (/opt/rustwide/workdir/filedemo)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "bad759f8d226675d963efc90f109d277a824519691efdea542b6354d7b874477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bad759f8d226675d963efc90f109d277a824519691efdea542b6354d7b874477", kill_on_drop: false }`
[INFO] [stdout] bad759f8d226675d963efc90f109d277a824519691efdea542b6354d7b874477
